- FAST 2021 的文章《SpanDB: A Fast, Cost-Effective LSM-tree Based KV Store on Hybrid Storage》
PebblesDB: Building Key-Value Stores using Fragmented Log-Structured Merge Trees
- SOSP19 PebblesDB: Building Key-Value Stores using Fragmented Log-Structured Merge Trees
- https://github.com/utsaslab/pebblesdb
Linux Software Management
- Linux 软件包管理安装。
Reading Group Notes
- 参加 Systems Reading Group 记录的论文笔记。
What is license for source code?
- 什么是源代码许可?以及如何选择源代码许可?困扰了很久的问题,查了下资料决定把这个坑埋了。
Dostoevsky: Better Space-Time Trade-Offs for LSM-Tree Based Key-Value Stores via Adaptive Removal of Superfluous Merging
- SIGMMOD18 Dostoevsky: Better Space-Time Trade-Offs for LSM-Tree Based
Key-Value Stores via Adaptive Removal of Superfluous Merging
CRaft: An Erasure-coding-supported Version of Raft for Reducing Storage Cost and Network Cost
- FAST2020 主要是利用纠删码基于 Raft 进行优化,降低一致性开销
From WiscKey to Bourbon: A Learned Index for Log-Structured Merge Trees
- 该篇文章来自于 OSDI2020 From WiscKey to Bourbon: A Learned Index for Log-Structured Merge Trees
0%